projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6ec153
)
(Fdefine_charset): Call Fupdate_coding_systems_internal.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Dec 2001 19:38:18 +0000
(19:38 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 18 Dec 2001 19:38:18 +0000
(19:38 +0000)
src/charset.c
patch
|
blob
|
history
diff --git
a/src/charset.c
b/src/charset.c
index 2d5c3b75c81a873fe4ed438e05919c8ee3dbc4cf..5ff3be8c9a4802efd134e20016d7a003ba4846bf 100644
(file)
--- a/
src/charset.c
+++ b/
src/charset.c
@@
-708,6
+708,7
@@
DESCRIPTION (string) is the description string of the charset. */)
Fput (charset_symbol, Qcharset, CHARSET_TABLE_ENTRY (XINT (charset_id)));
CHARSET_SYMBOL (XINT (charset_id)) = charset_symbol;
Vcharset_list = Fcons (charset_symbol, Vcharset_list);
+ Fupdate_coding_systems_internal ();
return Qnil;
}